From 1f876c2e6e48431940adb8ebd0a6960367cdc853 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 19 May 2009 13:38:05 +0100 Subject: [PATCH] tools: Fix an obvious xgettext build typo. Signed-off-by: Christoph Egger --- tools/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/Makefile b/tools/python/Makefile index 1eee50c4cf..eccd652e03 100644 --- a/tools/python/Makefile +++ b/tools/python/Makefile @@ -34,7 +34,7 @@ build: buildpy refresh-pot refresh-po $(CATALOGS) # string, hence the sed black magic. This avoids the expensive # re-generation of .po files on every single build refresh-pot: $(I18NSRCFILES) - xgettext --default-domain=$(POPACAKGE) \ + xgettext --default-domain=$(POPACKAGE) \ --keyword=N_ \ --keyword=_ \ -o $(POTFILE)-tmp \ -- 2.30.2